github.com/gotd/td/telegram.Client.session (field)
13 uses
github.com/gotd/td/telegram (current package)
client.go#L97: session *pool.SyncSession
client.go#L183: session: pool.NewSyncSession(pool.Session{
conn_builder.go#L100: opts, s := c.session.Options(c.opts)
migrate_to_dc.go#L44: s := c.session.Load()
migrate_to_dc.go#L60: c.session.Migrate(dcID)
pfs.go#L20: dc := c.session.Load().DC
pfs.go#L24: c.session.Store(pool.Session{DC: dc})
pool.go#L47: s := c.session.Load()
pool.go#L132: c.session.Load().DC != dcID &&
session.go#L32: prev := c.session.Load()
session.go#L53: c.session.Store(pool.Session{
session.go#L106: primaryDC := c.session.Load().DC
session.go#L113: c.session.Store(sessionData)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |